Fixed dropped NL at END:
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Jan 2005 01:18:31 +0000 (01:18 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Jan 2005 01:18:31 +0000 (01:18 +0000)
gpsbabel/vcf.c

index 9c4bcaa7067b1da877bac8b0210133065313f4b0..157796527840e1298cfc4a9d889a19b19f68919d 100644 (file)
@@ -92,7 +92,7 @@ vcf_disp(const waypoint *wpt)
        fprintf(file_out, "\\n\\nHINT:\\n");
        vcf_print(wpt->gc_data.hint);
 
-       fprintf(file_out, "END:VCARD\n");
+       fprintf(file_out, "\nEND:VCARD\n");
 }
 
 static void